Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install local dff in tutorial tests #202

Merged
merged 2 commits into from
Aug 21, 2023
Merged

Conversation

RLKRo
Copy link
Member

@RLKRo RLKRo commented Aug 21, 2023

Description

Currently, every PR with additions (e.g. new dependencies or modules) fails due to tutorial tests which run pip install dff installing an older version from pypi.

This PR makes tutorial tests install local up-to-date dff.

Due to coverage workflow removing the dff directory from testing environment, this test cannot be run in coverage workflow (which is not a big problem since this test does not contribute to coverage at all).

Failing tests in feat/db-benchmark:
5e604bd

Successful tests with this patch:
8c79160
image

Checklist

  • I have covered the code with tests
  • I have added comments to my code to help others understand it
  • I have updated the documentation to reflect the changes
  • I have performed a self-review of the changes

@RLKRo RLKRo added the bug Something isn't working label Aug 21, 2023
@RLKRo RLKRo self-assigned this Aug 21, 2023
@kudep kudep merged commit 9c61fa6 into dev Aug 21, 2023
@kudep kudep deleted the fix/tutorial-local-installation branch August 21, 2023 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants